From 44a953192ac0c9e74037230faedcfd4ab08d585e Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 10 Mar 2011 18:11:31 +0000 Subject: [PATCH] update README update README: we are missing few compile time dependencies and a link to the pvops kernel page on the wiki. Signed-off-by: Stefano Stabellini Acked-by: Ian Jackson Signed-off-by: Ian Jackson --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 092439f4c2..8e1c1e9a4f 100644 --- a/README +++ b/README @@ -46,16 +46,22 @@ provided by your OS distributor: * Development install of curses (e.g., libncurses-dev) * Development install of openssl (e.g., openssl-dev) * Development install of x11 (e.g. xorg-x11-dev) + * Development install of uuid (e.g. uuid-dev) * bridge-utils package (/sbin/brctl) * iproute package (/sbin/ip) * hotplug or udev * GNU bison and GNU flex + * GNU gettext + * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86 & bcc debs) + * ACPI ASL compiler (iasl) Second, you need to acquire a suitable kernel for use in domain 0. If possible you should use a kernel provided by your OS distributor. If no suitable kernel is available from your OS distributor then refer to http://wiki.xen.org/xenwiki/XenDom0Kernels for suggestions for suitable kernels to use. +If you are looking to compile a Dom0 kernel from source, please refer to +http://wiki.xensource.com/xenwiki/XenParavirtOps. [NB. Unless noted otherwise, all the following steps should be performed with root privileges.] -- 2.30.2